Goto

Collaborating Authors

 neural horoscope generation


Neural Horoscope Generation with GPT2

#artificialintelligence

Recently many people have been making more and more models using GPT, so we decided to make a model that generates Horoscopes, let AI predict your future! In this article we will describe how we made a horoscope generator and how we trained it. There is only one other model on GitHub that generates horoscopes, and it is a Markov chain, that someone made a long time ago, we took data from here and used it in our own project, more on that later. Markov Chain is a very simple model compared to the GPT models, with GPT we were able to generate more unique horoscopes and much more different ones, than with Markov chain, for this reason, we chose to use GPT instead of Markov chain. We are not world renowned programmers, we were unable to acquire the GPT3 from OpenAI, so we downloaded GPT2 from HuggingFace.